If true, the SSL handshake occurs at the very beginning of the connection; otherwise, the AUTH command is sent after the Welcome message to initiate the SSL handshake.
A string representing the local destination folder into which the
files will be placed.
A list of strings representing the files to be gotten. File paths may not
start with a \ or a /. If a path represents a folder, it must end with a / or a \.
Receives a list of files from an FTP server to a local folder, specifying a port number, an authentication method, whether authentication is implicit, verification flags, a client certificate, and data channel protection.
'Usage
Dim hostname As String
Dim port As Integer
Dim authenticationMethod As AuthenticationMethod
Dim verificationFlags As VerificationFlags
Dim clientCertificate As Certificate
Dim dataChannelProtection As DataChannelProtection
Dim implicitAuthentication As Boolean
Dim localDestinationFolder As String
Dim filesToReceive() As StringQuickFtp.Receive(hostname, port, authenticationMethod, verificationFlags, clientCertificate, dataChannelProtection, implicitAuthentication, localDestinationFolder, filesToReceive)
If true, the SSL handshake occurs at the very beginning of the connection; otherwise, the AUTH command is sent after the Welcome message to initiate the SSL handshake.
localDestinationFolder
A string representing the local destination folder into which the
files will be placed.
filesToReceive
A list of strings representing the files to be gotten. File paths may not
start with a \ or a /. If a path represents a folder, it must end with a / or a \.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2